home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmigaPlus / Tools / Development / AmigaTalk / browser / GeneralClassInstanceVars < prev    next >
Text File  |  2004-01-31  |  1KB  |  30 lines

  1. LongInteger |upper32Bits lower32Bits| :Number
  2. Radian |value| :Magnitude
  3. Point |xvalue yvalue| :Magnitude
  4. Random |seed| :Object
  5. Bag |dict count| :Collection
  6. Set |list| :Collection
  7. Dictionary |hashTable currentBucket currentList| :KeyedCollection
  8. AmigaTalk |uniqueInstance atMsg wTitle globalDict traceControl| :Dictionary
  9. ArrayedCollection |current| :SequenceableCollection
  10. Interval |lower upper step current| :SequenceableCollection
  11. List |first current| :SequenceableCollection
  12. Semaphore |excessSignals| :List
  13. Link |nextLink| :Collection
  14. Form |text| :Object
  15. Pen |title x y angle width height fpen bpen| :Object
  16. FormPen |lines| :Pen
  17. SavePen |saveForm| :FormPen
  18. ShowPen |bic| :Object
  19. DependencyTransformer |receiver selector numArguments aspect| :Object
  20. Model |modelDependents modelAdaptors haveAChange linkedMethods| :Object
  21. ComputedValue |cachedValue eagerEvaluation unassignedValue| :ValueModel
  22. BlockValue |myBlock arguments numArgs| :ComputedValue
  23. PluggableAdaptor |model getBlock putBlock updateBlock| :ValueModel
  24. ProtocolAdaptor |subject subjectSendsUpdates subjectChannel accessPath| :ValueModel
  25. AspectAdaptor |getSelector putSelector aspect| :ProtocolAdaptor
  26. IndexedAdaptor |index| :ProtocolAdaptor
  27. ValueHolder |value| :ValueModel
  28. BufferedValueHolder |value subject triggerChannel na| :ValueHolder
  29. BVHGlobalVar |uniqueInstance| :Object
  30.